home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / browser / help / download_manager.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-10  |  4.2 KB  |  97 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
  3.     <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  4.     %brandDTD;
  5.     <!ENTITY % platformDTD SYSTEM "chrome://browser/locale/help/platformStrings.dtd" >
  6.     %platformDTD;
  7. ]>
  8. <!--
  9. Contributors:
  10.   Nilson Cain <mybugs@bellsouth.net> (original author)
  11.   Jeff Walden <jwalden+code@mit.edu>
  12. -->
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15.    <title>Using &brandFullName;'s Download Manager</title>
  16.    <link rel="stylesheet" type="text/css" href="chrome://help/skin/helpFileLayout.css"/>
  17. </head>
  18.  
  19. <body>
  20. <h1>Using &brandFullName;'s Download Manager</h1>
  21.  
  22. <div class="contentsBox">In this section:
  23.   <ul>
  24.     <li><a href="#what_is_download_manager">What is the Download Manager?</a></li>
  25.     <li><a href="#do_with_download_manager">What can I do with the Download Manager?</a></li>
  26.     <li><a href="#download_manager_options">Download Manager &pref.pluralCaps;</a></li>
  27.   </ul>
  28. </div>
  29. <h2 id="what_is_download_manager">What is the Download Manager?</h2>
  30.  
  31. <p>The Download Manager is a feature of &brandShortName; that allows you to
  32.   track and manage your past and current file downloads.  It is a convenient way
  33.   to escape the clutter of multiple downloading windows while still preserving
  34.   access to download statistics.</p>
  35.  
  36. <p>The Download Manager will appear when you download files, when you select
  37.   <span class="menuPath">Tools > Downloads</span>, and when you press
  38.   <span class="noUnix">&accelKey;+<kbd>J</kbd></span><span class="unix">&accelKey;+<kbd>Y</kbd></span>.</p>
  39.  
  40.  
  41. <h2 id="do_with_download_manager">What can I do with the Download Manager?</h2>
  42.  
  43. <p>In addition to keeping information on all your downloads in one place, the
  44.   Download Manager keeps convenient download actions easily accessible for each
  45.   of your downloads.</p>
  46.  
  47. <dl>
  48.   <dt>Pause</dt>
  49.   <dd>You can pause any downloads currently in progress by clicking the
  50.     <em>Pause</em> link beside the file entry.  This may be useful, for
  51.     example, if you need to open a small download started after a large 
  52.     download. Pausing downloads gives you the choice to decide which of your 
  53.     downloads are most important.  When you want to continue downloading those
  54.     files, simply use the <em>Resume</em> link to finish those downloads.</dd>
  55.  
  56.   <dt>Cancel</dt>
  57.   <dd>If after starting a download you decide you no longer need that file, 
  58.     canceling the download is simple: just use the <em>Cancel</em> link beside
  59.     that file entry to cancel it and free up your connection for your browsing
  60.     and other downloads.</dd>
  61.  
  62.   <dt>Open the File</dt>
  63.   <dd>When a download has finished, the <em>Open</em> link will appear
  64.     by the file entry. Use it to open the file.</dd>
  65.  
  66.   <dt>Remove the File's Entry</dt>
  67.   <dd>If you do not wish to store information on a particular download, removing
  68.     the entry is as simple as the click of a mouse.  Simply use the
  69.     <em>Remove</em> link beside the file entry to delete it.</dd>
  70.  
  71.   <dt>Retry a Download</dt>
  72.   <dd>If for any reason a download does not complete, it is easy to attempt the
  73.     download again.  To recover from a failed download and retry it, just use 
  74.     the <em>Retry</em> link next to the file entry and &brandShortName; will
  75.     restart the download for you.</dd>
  76.  
  77.   <dt>Show Download Folder</dt>
  78.   <dd>If you have set &brandShortName; to save all downloads to a folder in
  79.     <a href="#download_manager_options">Download Manager &pref.pluralCaps;</a>,
  80.     you can open this folder by clicking the <em>Folder Name</em> at the
  81.     bottom of the Download Manager window.</dd>
  82. </dl>
  83.  
  84. <h2 id="download_manager_options">Download Manager &pref.pluralCaps;</h2>
  85.  
  86. <p>The &pref.plural; for the Download Manager are accessible by opening the
  87.   Downloads section of the <em>Main</em> panel in the &pref.pluralCaps; window.
  88.   They allow you to change several downloading &pref.plural;.  More information
  89.   regarding the various &pref.plural; is available in the <a
  90.   href="prefs.xhtml#downloads">&pref.pluralCaps; page</a>.</p>
  91.  
  92. <div class="contentsBox"><em>12 September 2006</em></div>
  93. <p>Copyright © 2003-2007 Contributors to the Mozilla Help Viewer Project.</p>
  94.  
  95. </body>
  96. </html>
  97.